Skip to content

[v3-2-test] Fix provider registry never updating after docs publish (#65188)#65205

Closed
github-actions[bot] wants to merge 1 commit intov3-2-testfrom
backport-01354a4-v3-2-test
Closed

[v3-2-test] Fix provider registry never updating after docs publish (#65188)#65205
github-actions[bot] wants to merge 1 commit intov3-2-testfrom
backport-01354a4-v3-2-test

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

The include-docs input uses short provider names like "amazon" and
"common.ai", but the extraction logic only matched full package names
like "apache-airflow-providers-amazon". This meant REGISTRY_PROVIDERS
was always empty and the registry update job was always skipped.

Handle both short names (converting dots to hyphens) and full package
names, while skipping non-provider packages.
(cherry picked from commit 01354a4)

Co-authored-by: Kaxil Naik kaxilnaik@gmail.com

…65188)

The include-docs input uses short provider names like "amazon" and
"common.ai", but the extraction logic only matched full package names
like "apache-airflow-providers-amazon". This meant REGISTRY_PROVIDERS
was always empty and the registry update job was always skipped.

Handle both short names (converting dots to hyphens) and full package
names, while skipping non-provider packages.
(cherry picked from commit 01354a4)

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Apr 14, 2026
@kaxil kaxil closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant